home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / FrogIT.swf / scripts / DefineButton2_412 / BUTTONCONDACTION on(keyPress Space).as
Encoding:
Text File  |  2006-06-13  |  114 b   |  8 lines

  1. on(keyPress "<Space>"){
  2.    tellTarget("/frosch/ente")
  3.    {
  4.       gotoAndStop("jump");
  5.       play();
  6.    }
  7. }
  8.